Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 2830198c439605580a4ebbd247d99c2d6b9173d8


Parents : 25d5029
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-01T21:08:55-06:00

chore: update .dockerignore to include android directory and add android/.gitignore for build artifacts

Changes

2 files changed, 17 insertions(+), 0 deletions(-)


Diff

diff --git a/.dockerignore b/.dockerignore
index 0852523b..10044b64 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -8,6 +8,7 @@ docs/
# Development files
.github/
electron/
+android/
scripts/
Makefile

diff --git a/android/.gitignore b/android/.gitignore
new file mode 100644
index 00000000..951e883e
--- /dev/null
+++ b/android/.gitignore
@@ -0,0 +1,16 @@
+*.iml
+.gradle
+/local.properties
+/.idea/caches
+/.idea/libraries
+/.idea/modules.xml
+/.idea/workspace.xml
+/.idea/navEditor.xml
+/.idea/assetWizardSettings.xml
+.DS_Store
+/build
+/captures
+.externalNativeBuild
+.cxx
+local.properties
+


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────